home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / graphics drawing / Scribbler 1.1 / scribble_v11.exe / readme.txt next >
Encoding:
Text File  |  1998-03-31  |  4.2 KB  |  103 lines

  1. Thanks for taking a look at my first Pilot application.  I actually use this
  2. myself, so I know its limitations.  And, yes, I do know there are better
  3. versions of this type of app.  It's just my way of learning how to program the
  4. Pilot.
  5.  
  6. If you're curious, I've been using MetroWerks' CodeWarrior.  Starting with
  7. their basic app shell (a MemoPad varient), it took about me about 5 hours to
  8. get this app up and running.  Another couple of hours poking & prodding at it
  9. to make it more user friendly, and that's about it.  Of course, I have no idea
  10. how long it would take to develop something from scratch, something not
  11. modelled after the MemoPad app.
  12.  
  13. If you like it, or if you have suggestions or bug reports, feel free to send me
  14. email.  I'm always looking for ways to improve anything I've done.  I'm also
  15. looking for free time in which to perform those improvements. :-)
  16.  
  17. This software has been tested on CoPilot and in my PalmPilot Professional.  I'd
  18. like to hear from others about compatibility issues.  (This software is
  19. supposed to check for at least OS version 2.0 although I'm unable to exercise
  20. that execution path, given my limited testing environment.)
  21.  
  22. THIS SOFTWARE IS PROVIDED AS-IS, WITH NO WARRANTY EXPREESED OR IMPLIED.  THIS
  23. SOFTWARE IS FREE BUT NOT IN THE PUBLIC DOMAIN.  IT MAY NOT BE INCLUDED AS
  24. PART OF A COMPILATION ON A CD-ROM, MAGNETIC TAPE, OR ANY OTHER STORAGE DEVICE
  25. WITHOUT THE EXPRESS WRITTEN CONSENT OF THE AUTHOR.
  26.  
  27.  
  28.     Mark J. Musante
  29.     olorin@std.com
  30.     http://world.std.com/~olorin/pilot/
  31.  
  32. ================================================================================
  33.  
  34. Known Bugs
  35. ----------
  36.  
  37. There are no known bugs at this time.  If you do find a feature that you
  38. suspect was unintentional, please write to me at the email address above.
  39.  
  40. Version History
  41. ---------------
  42.  
  43. 1.1 - Date 19980331: New features added.
  44.  
  45.     a) Ability to erase.
  46.        There is now a pair of toggles on the 'Canvas' form -- selecting
  47.        'Draw' will draw lines as usual; selecting 'Erase' will erase lines,
  48.        currently only one pixel wide.  A possible future enhancement would
  49.        be to make erasing be three (or more) pixels wide.
  50.  
  51.     b) 'Lock'
  52.        In the 'Details' dialogue there is now a 'Locked' checkbox.  Put
  53.        a checkmark in this box to prevent accidental changes to your
  54.        drawing.  When this checkbox is marked, Scribbler will not allow
  55.        drawing or erasing in your current doodle.  To re-enable doodling,
  56.        simply remove the checkmark.
  57.  
  58.     c) Text
  59.        Under the 'Edit' menu in the 'Canvas' form there is now a 'Text'
  60.        option.  This brings up a small dialogue that allows you to enter
  61.        a text string.  When you tap OK, you've enabled the text feature.
  62.        Place AND HOLD the stylus in the drawing area, and your text will
  63.        appear.  Drag the stylus around until you've moved the text to
  64.        the location you wish it to appear.  Lift the stylus, and the text
  65.        will be placed there permanently.
  66.  
  67.        If you decide not to place the text on the screen, drag the text
  68.        up to the top (title bar area).  The text will disappear, and it
  69.        will be safe to lift up the stylus.
  70.  
  71.  
  72. 1.0 - Date 19980318: Initial public release.
  73.  
  74.     a) Default scribble title
  75.        It's better than having it blank...
  76.  
  77.     b) Warning dialogue
  78.        If you tap 'Done' on a drawing whose name is 'Untitled', then
  79.        a warning dialogue pops up to let you know.  Tap 'OK' to go
  80.        back to rename the drawing, and tap 'Cancel' if you think
  81.        the name doesn't warrant changing.
  82.  
  83.     b) Clear All
  84.        The 'Canvas' form now has an Edit menu which allows you to
  85.        clear the entire drawing.  Not quite the best way of erasing
  86.        mistakes, but better than nothing, I suppose.
  87.  
  88. 0.1 - Date 19980316: Unreleased alpha
  89.  
  90.     a) Hacked up Stationery.c
  91.        The Metrowerks development environment comes with a basic
  92.        app that's similar to the Memo Pad.  I've hacked this up
  93.        to remove tons of code not necessary for a scribbling
  94.        application.
  95.  
  96.     b) Added 'Canvas' form
  97.        This permits the scribbling to take place.  Wowza.  Saves
  98.        scribbles to the ScribbleDB database.  *Now* how much
  99.        would you pay?
  100.  
  101.     c) Added 'Title' to 'Details' dialogue.
  102.        Now you too can name your drawings.
  103.